home *** CD-ROM | disk | FTP | other *** search
- /* This is just an example. You shouldn't do this. */
- #beststickynotes-hello
- {
- color: red ! important;
- }
- #beststickynotes-toolbar-button
- {
- list-style-image: url("chrome://beststickynotes/skin/toolbar-button.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
- #beststickynotes-toolbar-button:hover
- {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
- [iconsize="small"] #beststickynotes-toolbar-button
- {
- -moz-image-region: rect( 0px 40px 16px 24px);
- }
- [iconsize="small"] #beststickynotes-toolbar-button:hover
- {
- -moz-image-region: rect(24px 40px 40px 24px);
- }
- /* sticky note */
- .at-ac-tuwien-student-e0427417-sticky-note {
- border-style: solid;
- background-color: #ffe555;
- padding: 10px;
- border-width: 2px;
- border-color: #ccaa22;
- cursor: default;
- }
-
- /* top bar */
- .at-ac-tuwien-student-e0427417-sticky-note-top {
- text-align: right;
- background-color: inherit;
- margin-top: -4px;
- }
-
- /* close button */
- .at-ac-tuwien-student-e0427417-sticky-note-top a {
- font-family: DejaVu Sans, sans-serif;
- text-decoration: none;
- font-weight: bold;
- color: #ccaa22;
- font-size: 13pt;
- cursor: pointer;
- }
- /* close button when hovered */
- .at-ac-tuwien-student-e0427417-sticky-note-top a:hover {
- color: #333333;
- }
-
- /* text when displayed / editing */\n\
- .at-ac-tuwien-student-e0427417-sticky-note-display-text, .at-ac-tuwien-student-e0427417-sticky-note-edit-text {
- font-family: sans-serif;
- font-size: 10pt;
- background-color: inherit;
- color: #333333;
- text-align: left;
- }
-
- /* sticky note when editing */
- .at-ac-tuwien-student-e0427417-sticky-note-edit-mode {
- opacity: 1;
- }
-
- /* sticky note when displayed / moving / resizing */
- .at-ac-tuwien-student-e0427417-sticky-note-display-mode,
- .at-ac-tuwien-student-e0427417-sticky-note-move-mode,
- .at-ac-tuwien-student-e0427417-sticky-note-resize-mode {
- opacity: 0.85;
- }
-
- /* sticky note when moving */
- .at-ac-tuwien-student-e0427417-sticky-note-move-mode {
- cursor: move;
- }
-
- /* resize grabber */
- .at-ac-tuwien-student-e0427417-sticky-note-resize-grabber {
- position: absolute;
- right: -2px;
- bottom: -2px;
- width: 16px;
- height: 16px;
- cursor: se-resize;
- }
-